Skip to content

Test PR - #1

Merged
its-mash merged 5 commits into
mainfrom
Fix-cicd
Feb 1, 2026
Merged

Test PR#1
its-mash merged 5 commits into
mainfrom
Fix-cicd

Conversation

@its-mash

@its-mash its-mash commented Feb 1, 2026

Copy link
Copy Markdown
Member

No description provided.

Mohammod Al Amin Ashik added 4 commits February 1, 2026 20:17
ESLint fixes:
- Fix React setState in useEffect pattern (RegistryPage)
- Remove unused imports and variables across components
- Replace any types with proper TypeScript types
- Prefix unused function parameters with underscore

Rust format fixes:
- Remove trailing whitespace from all Rust files
- Fix JWT test formatting
- Fix lib.rs, repository, and service formatting

All critical lint errors resolved. Remaining warnings are non-breaking
(React Hook exhaustive-deps, react-refresh exports).
@its-mash
its-mash force-pushed the Fix-cicd branch 11 times, most recently from 61e5c4e to b6c8641 Compare February 1, 2026 16:44
@its-mash
its-mash merged commit 8a52bcb into main Feb 1, 2026
10 checks passed
@its-mash
its-mash deleted the Fix-cicd branch February 5, 2026 10:27
its-mash added a commit that referenced this pull request Jun 14, 2026
…t-out)

initAnalytics and capture failed silently, making "why isn''t <event> in
PostHog?" hard to debug locally. Now:
- initAnalytics logs when VITE_POSTHOG_KEY is absent (the #1 local cause) and
  logs once when it successfully initializes.
- capture logs (dev only) when it drops an event because analytics isn''t
  initialized or the user opted out.

No behavior change in production builds beyond a one-line init info log.

Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant